home *** CD-ROM | disk | FTP | other *** search
/ Game Power / Game Power Vol. 1 (HEPP Computer) (1995).iso / S157 / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-08-29  |  1KB  |  44 lines

  1. echo off
  2. cls
  3. if x%1==x goto noparm
  4. if x%2==x goto noparm
  5. echo           Welcome to SoftLab's Harddisk Installation Procedure.
  6. echo .
  7. echo     You will need approximately 2.1 Megs of space to install this game
  8. echo     onto your hard disk. If the required space is not available, press
  9. echo     the CTRL key along with the BREAK key to abort this procedure.
  10. echo .
  11. echo     If enough room is available, simply press return...
  12. echo .
  13. echo .
  14. pause
  15. cls
  16. echo .
  17. echo .
  18. echo .
  19. echo .
  20. echo      Please wait...  (This process could take a little while)
  21. echo .
  22. MKDIR %2\lasthaf
  23. COPY %1\lasthaf.exe %2\lasthaf\lasthaf.exe
  24. %2
  25. CD %2\lasthaf
  26. lasthaf
  27. DEL lasthaf.exe
  28. cls
  29. echo .
  30. echo .
  31. echo      The program has been copied over to the drive %2
  32. echo .
  33. echo      To examine the MANUAL.DOC file, simply type in: TYPE MANUAL.DOC at
  34. echo      the DOS > prompt.
  35. echo .
  36. pause
  37. goto end1
  38. :noparm
  39. echo                           INVALID FORMAT!
  40. echo .
  41. echo         Type INSTALL (drive with ORIGINAL disk) (hard disk)
  42. echo                       Example: INSTALL B: C:
  43. :end1
  44.